home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / w800obxw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-09-07  |  4.5 KB  |  146 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  w800obxw.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson W800 USB WMC OBEX Interface on Win9x/ME
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=06/13/2005, 4.34.0.2701
  25. CatalogFile=w800obex.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"w800obex.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. w800obex.sys = 1
  42. w800cr.sys = 1
  43. w800vcr.vxd = 1
  44. w800cm95.sys = 1
  45. w800cmnt.sys = 1
  46. w800comm.vxd = 1
  47. w800vcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %Sony Ericsson%=SEMCW800
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMCW800]
  65. %SEMCW800.Comm.Desc% = SEMCW800.Install, USB\VID_0FCE&PID_D028&Class_02&SubClass_0B&Prot_00&OS_9X
  66.  
  67. ;-----------------------------------------------------------------------------
  68. ; Installation instructions
  69. ;-----------------------------------------------------------------------------
  70.  
  71. [SEMCW800.Install]
  72. AddReg        = SEMCW800.AddReg,SEMCW800.W95.AddReg,SEMCW800.W95.AddReg.CRGuid
  73. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  74. DriverVer=06/13/2005, 4.34.0.2701
  75.  
  76.  
  77. ;-----------------------------------------------------------------------------
  78. ;  Registry
  79. ;-----------------------------------------------------------------------------
  80.  
  81. ; common registry entries 
  82. [SEMCW800.AddReg]
  83. HKR,,NTMPDriver,,w800obex.sys
  84. HKR,,CRUpperDescription,,%UpperDescription%
  85. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  86. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200``nitial baud rate
  87. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  88.  
  89. ; only for Win95....
  90. [SEMCW800.W95.AddReg]
  91. HKR,,DevLoader,,*ntkern
  92.  
  93. [SEMCW800.W95.Addreg.CRGuid]
  94. HKR,,CRGuid,,{64685EB1-6007-43b0-9C7D-ACED1CA5D934}
  95.  
  96. ;-----------------------------------------------------------------------------
  97. ;  Copy lists
  98. ;-----------------------------------------------------------------------------
  99. [CopyFiles]
  100.  
  101. [CopyFiles.W95]
  102. w800vcr.vxd
  103. w800comm.vxd
  104. w800vcd.vxd
  105.  
  106. [CopyFiles.sys]
  107. w800obex.sys
  108. w800cr.sys
  109.  
  110. [CopyFiles.W95.sys]
  111. w800cm.sys,w800cm95.sys
  112. w800cm95.sys
  113. w800cmnt.sys
  114.  
  115. [Copyfiles.W95.inf]
  116.  
  117.  
  118.  
  119. ;-----------------------------------------------------------------------------
  120. ; STRINGS
  121. ;-----------------------------------------------------------------------------
  122. [Strings]
  123.  
  124. ;BEGIN ENG - US English Strings
  125. Provider = "Sony Ericsson"
  126. Sony Ericsson = "Sony Ericsson"
  127. DiskString = "Sony Ericsson W800 USB WMC OBEX Interface installation disk"
  128.  
  129. SEMCW800.Comm.Desc = "Sony Ericsson W800 USB WMC OBEX Interface (WDM)"
  130. UpperDescription = "Sony Ericsson W800 USB WMC OBEX Interface Drivers"
  131.  
  132. CustomerDataPath = "Sony Ericsson W800"
  133. DriverSet = "Sony Ericsson W800 Software"
  134. UninstallFile = "W800Uninstall.exe"
  135. McciOptions = "Uninstallable NotInstallOnWinVer5"
  136.  
  137. ;END ENG - US English Strings
  138.  
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ; The following are symbolic constants which don't change per locale.
  142. ;-----------------------------------------------------------------------------
  143.  
  144.  
  145. ;*** end of file ***
  146.